ComponentOne ASP.NET MVC Controls
Direction Method (LinearGaugeBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > LinearGaugeBaseBuilder<TControl,TBuilder> Class : Direction Method
The value.
Configurates C1.Web.Mvc.LinearGaugeBase.Direction. Sets the direction in which the gauge is filled.
Syntax
'Declaration
 
Public Function Direction( _
   ByVal value As GaugeDirection _
) As TBuilder
public TBuilder Direction( 
   GaugeDirection value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

LinearGaugeBaseBuilder<TControl,TBuilder> Class
LinearGaugeBaseBuilder<TControl,TBuilder> Members